From d5cc6be59708490c56cf8641d6f1de4a4d91a9b6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 29 May 1993 06:12:57 +0000 Subject: [PATCH] (HAVE_FTIME): Defined. --- src/m/ibmrt.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/m/ibmrt.h b/src/m/ibmrt.h index e0830f995b0..03d55fabbf6 100644 --- a/src/m/ibmrt.h +++ b/src/m/ibmrt.h @@ -134,3 +134,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ This enables us to use the standard crt0.o. */ #define NO_REMAP + +/* rocky@watson.ibm.com says this is needed. */ +#define HAVE_FTIME -- 2.30.2